home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pegamail / pdpmpop / wattcp.cfg < prev   
Text File  |  1994-07-04  |  2KB  |  37 lines

  1. # WATTCP.CFG is a simple text file which provides the WATTCP TCP/IP stack 
  2. # with the basic information it needs to connect to your TCP/IP network.
  3. # A sample WATTCP.CFG file might look like this:
  4.  
  5. my_ip=129.97.176.99
  6. netmask=255.255.0.0           # Netmask for the Interface
  7. nameserver=129.97.128.24      # Default nameserver to use
  8. nameserver=129.97.128.196     # Alternate nameserver
  9. gateway=129.97.176.1          # IP routing gateway
  10. domainslist="uwaterloo.ca"
  11.  
  12. # Any text appearing after a '#' on a line is regarded as a comment and is 
  13. # ignored. Trailing whitespace on a line is also ignored. The fields in the 
  14. # WATTCP.CFG file are as follows:
  15. #    MY_IP: should specify the numeric IP address of your PC. You should
  16. #    use the value from part A of your preinstallation sheet here.
  17. #    NETMASK: must specify the proper IP subnet mask used on your 
  18. #    network. If you do NOT know this value, then do NOT use PDPMPOP    
  19. #    without getting the correct value from your IP network manager. You 
  20. #    should use the value from part B of your preinstallation sheet here.
  21. #    NAMESERVER: should contain the numeric IP address to a machine
  22. #    (usually a unix machine) which provides name resolution services on 
  23. #    your IP network. Your IP network manager will be able to tell you the
  24. #    address of a nameserver on your TCP/IP network.
  25. #    GATEWAY: should contain the numeric IP address of a machine which 
  26. #    can route IP packets on your behalf. Your IP network manager will
  27. #    be able to tell you the address of a router on your TCP/IP network.
  28. #    DOMAINSLIST: is an optional field which can contain a list of
  29. #    comma-separated domain names which WATTCP will try using when
  30. #    resolving addresses with no domain part.
  31.  
  32.